Register<T> Method

Summary

Registers a data access service object with the specified type.

Syntax
C#
VB
C++
public void Register<T>( 
   T service 
) 
  
Public Sub Register(Of T)( _ 
   ByVal service As T _ 
)  
public: 
void Registergeneric<typename T> 
(  
   _T^_ service 
)  

Parameters

service
The data access object that will be registered.

Type Parameters

T
The type of the service object to be registered with.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly